dragicon: Handle compute-size
authorIvan Molodetskikh <yalterz@gmail.com>
Sun, 5 Mar 2023 18:20:31 +0000 (10:20 -0800)
committerIvan Molodetskikh <yalterz@gmail.com>
Wed, 15 Mar 2023 02:41:44 +0000 (19:41 -0700)
commite041646bfca044f79b0d498a4df59dde4dc66c50
tree27f4758d15adecc8317d14e28d7352943311f2ab
parentc3dde05d338d78b0f6f1c3d3fb16e47513af4351
dragicon: Handle compute-size

Compute our size when requested by the backend. This makes GtkDragIcons
actually recompute their size when it changes, instead of getting stuck
with the first size and potentially underallocating.
gtk/gtkdragicon.c